Step of Proof: nat_ind_tp 9,38

Inference at * 1 1 1 2 1 
Iof proof for Lemma nat ind tp:



1. P : {k}
2. P(0)
3. i:P(i - 1)  P(i)
4. 0  0 
  P(0) 
latex

 by ((Thin (-1)) 
CollapseTHEN (AddHiddenLabel `basecase`)) 
latex


C1: .....basecase..... NILNIL

C1: 3. i:P(i - 1)  P(i)
C1:   P(0)
C.


origin